home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / chadyn.exe / FILES.DOC < prev    next >
Text File  |  1988-12-12  |  4KB  |  78 lines

  1.             FILES.DOC
  2.  
  3. The following list of files is not up to date.
  4. In order to alter the menu of maps and differential equations, 
  5. you will have to alter YMAPMENU.C
  6.  
  7. Examples of maps are contained in
  8. YMAPS    C       8704   most maps are in here
  9. YHENON   C       1408   map R
  10. YDEGEN   C       3712   
  11. YRUELLET C       1408   map RT
  12.  
  13. Examples of differential equations are contained in
  14. YLORENZ  C       6400   Lorenz system and Poincare return map routine & SAM de
  15. YDBLVDP  C       1792   double van der Pol
  16. YDBLRTR  C       4096   double rotor
  17. YDES     C       5120   most of the differential equations
  18.  
  19.  
  20. The following files carry out housekeeping tasks 
  21. Y        C      13184   main() and trajectory and some plot routines
  22. YDISK    C       8320   disk access; see also YCOMD.C
  23. YFETCH   C      23040   fetches input from files and keyboard
  24. YINTRPT  C      30848   main interrupt processor
  25. YJ       C       1536   initial program name and author page
  26. YPICKMAP C       5888   sets default values for parameters
  27. YPLOT    C      50432   routines for use the graphics array pic[]
  28. YPLOT2   C      13800       more of above -- includes some printer routines
  29. YPRINTER C       4480   epson printer routines
  30. YSCREEN  C       9728   screen routines including color menu and commands
  31. YTOOLS   C      18304   tools other than input-output including Runge-Kutta
  32.  
  33.  
  34. Files YCOM* are for commands and menu though some commands and menus are 
  35.     included elsewhere
  36. YCOM     C       7808   tools for commands and menus
  37. The following are files of a menu plus the commands in the named after YCOM;
  38.     for example YCOMB.C is for menu B; the routines that do the work are 
  39.     usually in another file.
  40. YCOMB    C       6528 menu and commands for Basins menu B; see also YBASINS.C
  41. YCOMCM   C            menu and commands for Color Menu 
  42. YCOMD    C       3200 menu and commands for Disk menu D; see also YDISK.C
  43. YCOMDE   C       3584 menu and commands for Diferential Equation menu DE
  44. YCOMMM   C       2944 menu and commands for menu MainMenu MM
  45. YCOMN    C       3200 menu and commands for Newton Method menu N; see YLYAP.C
  46. YCOMP    C      11520 menu and commands for Parameter menu P 
  47. YCOMS    C       2176 menu and commands for Straddle menu S; see also YBASINS.C
  48. YCOMU    C       4736 menu and commands for Unstable Man. menu U; see YU.C
  49. YCOMV    C       5248 menu and commands for menu V, Various & sundry 
  50. YCOMY    C       3456 menu and commands for Y menu; lists Yx[] values
  51. YCOMUNDC C       7168 undocumented commands; either new or used internally
  52. YMAPMENU C      10112   menu of processes PM; also includes "mod" routines 
  53.     for dif equations 
  54.  
  55.  
  56. The following files are for carrying out specialized dynamics processes
  57. YBASINS  C      31104   basin and straddle orbit routines
  58. YBIFM    C      10368   creates bifurcation diagrams; includes menu & commands
  59. YLYAP    C      20608   lyapunov exponent and newton method routines
  60. YU       C      13824   unstable manifold and for images of lines
  61.  
  62. The following files are only for use with UNIX operating systems. If not 
  63. in a UNIX operating system, these files will appear to be empty and in effect 
  64. will be ignored. Unix code is only partially implemented. In the current 
  65. version, you can create and save and read DD (data) files but not PIC 
  66. (picture) files. The UNIX version works with two windows, one for 
  67. instruction menus and commands the other for graphics. This implementation 
  68. has been carried out in a way that required minimal changes. None-the-less, 
  69. it was a big job. Credits for this implementation go to Eric Kostelich, who 
  70. had to struggle with bad documentation in X-Windows.
  71.  
  72. YXCROSS  C       5187  
  73. YXPLOT   C      20793  
  74. YXWINDOW C      14913  
  75.  
  76.  
  77.  
  78.